projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
989f607
)
notebook: Chain up in direction_changed
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 13 Nov 2015 11:39:57 +0000
(06:39 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 13 Nov 2015 11:41:14 +0000
(06:41 -0500)
We do this everywhere else.
gtk/gtknotebook.c
patch
|
blob
|
history
diff --git
a/gtk/gtknotebook.c
b/gtk/gtknotebook.c
index 7b8337e1a526015e6b0de8064355b32e1e9dec5d..6871074fea859d56a82bc8b2df4e60f582b5a877 100644
(file)
--- a/
gtk/gtknotebook.c
+++ b/
gtk/gtknotebook.c
@@
-1853,9
+1853,11
@@
update_node_ordering (GtkNotebook *notebook)
static void
gtk_notebook_direction_changed (GtkWidget *widget,
- GtkTextDirection previous_dir
ection
)
+ GtkTextDirection previous_dir)
{
update_node_ordering (GTK_NOTEBOOK (widget));
+
+ GTK_WIDGET_CLASS (gtk_notebook_parent_class)->direction_changed (widget, previous_dir);
}
static gboolean